home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000017_news@newsmaster….columbia.edu _Sat May 2 13:33:29 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA04055
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Sat, 2 May 1998 13:33:28 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id NAA10099
  7.     for kermit.misc@watsun; Sat, 2 May 1998 13:33:27 -0400 (EDT)
  8. Path: news.columbia.edu!panix!nntprelay.mathworks.com!news-peer-east.sprintlink.net!news-peer.sprintlink.net!news.sprintlink.net!worldnet.att.net!newsadm
  9. From: Bernie <bfb@worldnet.att.net>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Help With File Download
  12. Date: Sat, 02 May 1998 16:00:22 +0000
  13. Organization: AT&T WorldNet Services
  14. Lines: 20
  15. Message-ID: <6iffut$8v7@bgtnsc01.worldnet.att.net>
  16. NNTP-Posting-Host: 12.68.111.78
  17. Mime-Version: 1.0
  18. Content-Type: text/plain; charset=us-ascii
  19. Content-Transfer-Encoding: 7bit
  20. X-Mailer: Mozilla 4.05 [en] (X11; I; Linux 2.0.31 i586)
  21. Xref: news.columbia.edu comp.protocols.kermit.misc:8668
  22.  
  23. I'm using Kermit 6 to login to a remote PC and download
  24. two .zip files using the kermit protocol.  It works OK for the first
  25. file, but then seems to hang when attempting to get the
  26. second.
  27.  
  28. Here is an excerpt of the script:
  29.  
  30. input 5 Your choice?
  31. output k                            #Select k for kermit protocol
  32. input 5 File name?
  33. output file1.zip\13
  34. server
  35. get file1.zip
  36. get file2.zip
  37. bye
  38.  
  39. How can I download the second file?
  40.  
  41. -Thanks
  42.